# Important:
	If you want to make your own templates just copy the html file you want
	to use as template for it,
	and rename it to eg. "my_special.html", and edit the files as you like.
	next time you enter wife and hit any "file" button you can select what
	template it should use.
	You Can Also Copy The Description File And Edit What Should Be Shown In Wife For That Template.
	
	
# Available Keywords:

# Language Dependent
	
	VAR_lBOOKINGREPORT	"Booking Report" In Selected Language
	VAR_lDATE		"Date" In Selected Language
	VAR_lTITLE		"Title" In Selected Language
	VAR_lTYPE		"Type" In Selected Language
	VAR_lSTATUS		"Status" In Selected Language
	VAR_lCREATEDBY		"Created By" In Selected Language
	VAR_lMODIFIEDBY		"Modified By" In Selected Language
	VAR_lNOTE		"Note" In Selected Language
	VAR_lINVOLVED		"Involved" In Selected Language
	
	
# Insert And Others Keys
	VAR_CHARSET		Character set (encoding format) for the html cp1252
	VAR_DOC_TITLE		Title Of The Document (shown in top of browser)	
	
	
# Book Info
	book_day		Day in wife format eg. 2001_42_1 (y_w_d)
	book_id			Id Of The Book
	book_prel		Boolean For Preliminary
	book_status		Preliminary Or Confirmed In Selected Lang.
	book_title		Title
	book_type		Boolean For Type (0=task / 1=project)
	book_date		Data In Text Format
	book_note		Note
	book_created_id		id of user that created it
	book_created_short	name of user that created it
	book_created_icon	icon of user that created it
	book_created_date	date of when the user created it
	book_modified_id	id of user that modified it
	book_modified_short	name of user that modified it
	book_modified_icon	icon of user that modified it
	book_modified_date	id of user that modified it
	
	
# Book Lists With The Involved Elements (arrays)
	involved_id		Id Of The Object
	involved_var		Var Index Of The Object
	involved_short		Name Of The Object
	involved_icon		Icon Of The Object
	involved_time		Time In And Out Of The Object
	
	
	
